From: Matthieu Gallien Date: Tue, 3 Dec 2024 17:09:43 +0000 (+0100) Subject: require Qt 6.8.0 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~105^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3659bfebfbe0c51c20247f314415accc50c5a9bc;p=nextcloud-desktop.git require Qt 6.8.0 Signed-off-by: Matthieu Gallien --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c1d91f80..54fdf0a3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ set(BIN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") include(${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake) set(QT_VERSION_MAJOR "6") -set(REQUIRED_QT_VERSION "6.7.0") +set(REQUIRED_QT_VERSION "6.8.0") # CfAPI Shell Extensions set( CFAPI_SHELL_EXTENSIONS_LIB_NAME CfApiShellExtensions )